-
Home
-
WP Encrypted Uploads
-
1.0
-
Code
-
Classes
- Manager
Total Complexity |
24 |
Dependencies |
3 |
Dependents |
1 |
Total lines |
146 |
Lines of code |
101 |
Logical lines of code |
63 |
Comment lines |
0 |
Methods |
15 |
Properties |
4 |
Methods 15
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
can_handle_type() |
S |
57 |
5 |
16 |
move_uploaded_file() |
S |
57 |
3 |
16 |
handle_uploaded_file() |
S |
69 |
2 |
7 |
encrypted_file_thumbnail() |
S |
68 |
2 |
7 |
modify_attachment_url() |
S |
64 |
2 |
10 |
__construct() |
S |
63 |
1 |
9 |
register_handlers() |
S |
75 |
1 |
4 |
get_upload_dir() |
S |
82 |
1 |
3 |
get_upload_path() |
S |
82 |
1 |
3 |
file_exists() |
S |
79 |
1 |
3 |
get_file_name() |
S |
80 |
1 |
3 |
is_encrypted_file() |
S |
75 |
1 |
4 |
get_file_ext() |
S |
75 |
1 |
4 |
rewrite_encrypted_file() |
S |
65 |
1 |
9 |
get_dated_path() |
S |
78 |
1 |
3 |